ERROR_WSAENOTSOCK, "WSAENOTSOCK: Parameter was not a valid socket!"
ERROR_WSAEPROTOTYPE, "WSAEPROTOTYPE: Bad protocol type?"
ERROR_WSAENOPROTOOPT, "WSAENOPROTOOPT: No protocol option?"
ERROR_WSAEPROTONOSUPPORT,"WSAEPROTONOSUPPORT: Protocol not supported"
ERROR_WSAEOPNOTSUPP, "WSAEOPNOTSUPP: Operation not supported"
ERROR_WSAEPFNOSUPPORT, "WSAEPFNOSUPPORT: Protocol family not supported?"
ERROR_WSAEWOULDBLOCK, "Requested operation would block, click OK!"
ERROR_UNKNOWN, "WSA Error: Unknown error occured"
/* About time to break the HELP string up! */
CMDHELP, "Commands:\n HELO EHLO VERB ONEX MULT MAIL\n RCPT DATA RSET VRFY EXPN XWIN3\n SEND SAML SOML TURN NOOP QUIT\n TICK SHOWQ DEBUG\nFor more info use 'HELP <topic>'.\n"
CMDMAIL, "MAIL FROM:<sender>\n Specify sender. Only used once.\n If you used EHLO, you can add a ' BODY=8BITMIME' to the end.\n Example:\n MAIL FROM: <harris.iblenke@ic1d.harris.com> BODY=8BITMIME\n"
CMDSEND, "SEND FROM:<sender>\n Send a message to the recipient's screen.\n"
CMDSAML, "SAML FROM:<sender>\n SEND and MAIL the recipient.\n"
CMDSOML, "SOML FROM:<sender>\n SEND or MAIL the recipient.\n"
CMDRCPT, "RCPT TO:<recipient>\n Specify receiver. Can be used a number of times. Example:\n RCPT TO:<harris.iblenke@ic1d.harris.com>\n"
CMDDATA, "DATA\n Tells me that a mail message follows, terminated by a .{CR/LF}.\n DATA{CR/LF}\n Message{CR/LF}\n .{CR/LF}\n"
CMDRSET, "RSET\n Resets my current State (I forget what you've told me).\n"
CMDVRFY, "VRFY/EXPN\n I am supposed to tell you if addresses are valid for me.\n But I lie in my current version, I like everyone.\n"
CMDVERB, "VERB\n I don't implement this command yet\n"
CMDNOOP, "NOOP\n I get to twiddle my thumbs!\n"
CMDQUIT, "QUIT\n I say goodbye. Then I crudely hang up.\n"
CMDHELO, "HELO <hostname>\n Lets you identify yourself to me. I really don't care though.\n"
CMDEHLO, "EHLO <hostname>\n Identifies yourself, and tells me to use the ESMTP extensions.\n"
CMDONEX, "ONEX\n Tells me that you only want to do one transaction.\n"
CMDMULT, "MULT\n Tells me you want to do multiple trasactions.\n"
CMDTICK, "TICK\n A nasty little blood sucking parasite\n Er.. I mean, kinda like a NOOP\n"
CMDTURN, "TURN\n I am supposed to switch to SMTP client mode.\n But I don't in my current incantation.\n"
CMDXWIN3, "XWIN3\n I notice that you are another MSWindows SMTP client.\n"
CMDDBGQSHOW, "SHOWQ\n My IQ is higher than your IQ, obviously.\n"
CMDDBGDEBUG, "DEBUG\n I don't have any bugs. So there. ;P\n If I did, you would have to contact the author.\n <harris.iblenke@ic1d.harris.com>"